This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Hal Preponebergakoi 22.Jan.04 03:18 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I'm developing a QA system, we want each user to be able to tag individual documents and have a view for each user to display these docs.
One way I was doing it was to have a check box on the action bar which populated a hidden field on the doc with their username when checked. Then I have a view categorised by username and use the single category display option to display that users tagged docs.
This sort of works but the problem is that the document needs to be in edit mode for the hidden field to be updated - being QA docs we dont want everyone to be able to edit fields on the document.
Does anybody know a way to do this using user profile docs to record the users tagged documents and generate a view from this? Or any other more effective way?